Open the Method PackingControl.
Edit the source code as follows:
is
do
if
@.cont.name = "TV" then
@.move(TVs);
Results["TV",1]
:= Results["TV",1] + 1;
else
@.move(VCRs);
Results["VCR",1]
:= Results["VCR",1] + 1;
end;
end;
Note: You can also insert the column numbers in place of the index headings 'TV' and 'VCR'.
In the toolbar of the method, click on Apply
Changes
.